summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2017-07-27 15:51:00 +0300
committerNikolay Amiantov <ab@fmap.me>2017-07-27 17:07:44 +0300
commit3e1a1f86d1a6379c210297f856a828df256f5d99 (patch)
tree44c4f9b635cc2c6a63a66e194edf3ab1595e6157 /pkgs/applications
parentb16b8444c810d626543d098f8d1491dc5945a7c6 (diff)
downloadnixlib-3e1a1f86d1a6379c210297f856a828df256f5d99.tar
nixlib-3e1a1f86d1a6379c210297f856a828df256f5d99.tar.gz
nixlib-3e1a1f86d1a6379c210297f856a828df256f5d99.tar.bz2
nixlib-3e1a1f86d1a6379c210297f856a828df256f5d99.tar.lz
nixlib-3e1a1f86d1a6379c210297f856a828df256f5d99.tar.xz
nixlib-3e1a1f86d1a6379c210297f856a828df256f5d99.tar.zst
nixlib-3e1a1f86d1a6379c210297f856a828df256f5d99.zip
cura: 2.4.0 -> 2.6.1
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/cura/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/cura/default.nix b/pkgs/applications/misc/cura/default.nix
index e33edfb0a440..a5b17d4be9ab 100644
--- a/pkgs/applications/misc/cura/default.nix
+++ b/pkgs/applications/misc/cura/default.nix
@@ -2,20 +2,20 @@
 
 mkDerivation rec {
   name = "cura-${version}";
-  version = "2.4.0";
+  version = "2.6.1";
 
   src = fetchFromGitHub {
     owner = "Ultimaker";
     repo = "Cura";
     rev = version;
-    sha256 = "04iglmjg9rzmlfrll6g7bcckkla327938xh8qmbdfrh215aivdlp";
+    sha256 = "03rsw6nafg3y9if2dlnzsj6c9x3x7cv6gs4a1w84jaq4p1f8fcsd";
   };
 
   buildInputs = [ qtbase ];
   propagatedBuildInputs = with python3.pkgs; [ uranium zeroconf pyserial ];
   nativeBuildInputs = [ cmake python3.pkgs.wrapPython ];
 
-  cmakeFlags = [ "-DCMAKE_MODULE_PATH=${python3.pkgs.uranium}/share/cmake-${cmake.majorVersion}/Modules" ];
+  cmakeFlags = [ "-DURANIUM_DIR=${python3.pkgs.uranium.src}" ];
 
   postPatch = ''
     sed -i 's,/python''${PYTHON_VERSION_MAJOR}/dist-packages,/python''${PYTHON_VERSION_MAJOR}.''${PYTHON_VERSION_MINOR}/site-packages,g' CMakeLists.txt