mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
ldutils: 1.03 → 1.10
This commit is contained in:
parent
6a5fad6a02
commit
6cc6cb67fa
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user