about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@gmail.com>2021-05-20 10:58:10 +0300
committerNikolay Korotkiy <sikmir@disroot.org>2022-01-09 23:50:42 +0300
commit6cc6cb67fab316a15f6d6b65fc6b62592169b523 (patch)
treeb71c21daff640f34496d8adc35e8b45fa8dec8a9
parent6a5fad6a02ee0a5e22907e6b1f2e4a30d5ba4436 (diff)
ldutils: 1.03 → 1.10
-rw-r--r--pkgs/development/libraries/ldutils/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/libraries/ldutils/default.nix b/pkgs/development/libraries/ldutils/default.nix
index 5f09c08d4d1ee..0268aa8ce62db 100644
--- a/pkgs/development/libraries/ldutils/default.nix
+++ b/pkgs/development/libraries/ldutils/default.nix
@@ -8,13 +8,13 @@
 
 mkDerivation rec {
   pname = "ldutils";
-  version = "1.03";
+  version = "1.10";
 
   src = fetchFromGitLab {
     owner = "ldutils-projects";
     repo = pname;
     rev = "v_${version}";
-    sha256 = "0pi05py71hh5vlhl0kjh9wxmd7yixw10s0kr2wb4l4c0abqxr82j";
+    sha256 = "sha256-fP+tZY+ayaeuxPvywO/639sNE+IwrxaEJ245q9HTOCU=";
   };
 
   buildInputs = [
@@ -26,6 +26,8 @@ mkDerivation rec {
     qmake
   ];
 
+  qmakeFlags = [ "ldutils.pro" ];
+
   LDUTILS_LIB=placeholder "out";
   LDUTILS_INCLUDE=placeholder "out";