stirling-pdf: remove override in all-packages.nix (#497762)
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
nix-update-script,
|
||||
|
||||
isDesktopVariant, # set in all-packages.nix
|
||||
isDesktopVariant ? false,
|
||||
buildWithFrontend ? !isDesktopVariant,
|
||||
}:
|
||||
|
||||
|
||||
@@ -3399,10 +3399,6 @@ with pkgs;
|
||||
|
||||
spoof-mac = python3Packages.callPackage ../tools/networking/spoof-mac { };
|
||||
|
||||
stirling-pdf = callPackage ../by-name/st/stirling-pdf/package.nix {
|
||||
isDesktopVariant = false;
|
||||
};
|
||||
|
||||
stirling-pdf-desktop = callPackage ../by-name/st/stirling-pdf/package.nix {
|
||||
isDesktopVariant = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user