mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
mdds: 1.3.1 -> 1.4.3
Changelog: https://gitlab.com/mdds/mdds/blob/1.4.3/CHANGELOG
This commit is contained in:
parent
76fad45110
commit
c82b7fdd5e
@ -1,17 +1,17 @@
|
|||||||
{ stdenv, fetchurl, boost }:
|
{ stdenv, fetchurl, boost }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.3.1";
|
pname = "mdds";
|
||||||
name = "mdds-${version}";
|
version = "1.4.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://kohei.us/files/mdds/src/mdds-${version}.tar.bz2";
|
url = "https://kohei.us/files/${pname}/src/${pname}-${version}.tar.bz2";
|
||||||
sha256 = "18g511z1lgfxrga2ld9yr95phmyfbd3ymbv4q5g5lyjn4ljcvf6w";
|
sha256 = "10cw6irdm6d15nxnys2v5akp8yz52qijpcjvw0frwq7nz5d3vki5";
|
||||||
};
|
};
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p "$out/lib/pkgconfig"
|
mkdir -p "$out/lib/pkgconfig"
|
||||||
cp "$out/share/pkgconfig/"* "$out/lib/pkgconfig"
|
cp "$out/share/pkgconfig/"* "$out/lib/pkgconfig"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
checkInputs = [ boost ];
|
checkInputs = [ boost ];
|
||||||
|
Loading…
Reference in New Issue
Block a user