curaengine_stable: migrate to by-name
This commit is contained in:
+2
-2
@@ -11,8 +11,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
src = fetchFromGitHub {
|
||||
owner = "Ultimaker";
|
||||
repo = "CuraEngine";
|
||||
rev = finalAttrs.version;
|
||||
sha256 = "sha256-8V21TRSqCN+hkTlz51d5A5oK5JOwEtx+ROt8cfJBL/0=";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-8V21TRSqCN+hkTlz51d5A5oK5JOwEtx+ROt8cfJBL/0=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -9575,8 +9575,6 @@ with pkgs;
|
||||
|
||||
lightdm_qt = lightdm.override { withQt5 = true; };
|
||||
|
||||
curaengine_stable = callPackage ../applications/misc/curaengine/stable.nix { };
|
||||
|
||||
super-slicer-beta = super-slicer.beta;
|
||||
|
||||
super-slicer-latest = super-slicer.latest;
|
||||
|
||||
Reference in New Issue
Block a user