simple-dftd3: fix pkg-config
This commit is contained in:
parent
15be8180f5
commit
d86d2e7f5a
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
substituteInPlace $out/lib/pkgconfig/s-dftd3.pc \
|
substituteInPlace $out/lib/pkgconfig/s-dftd3.pc \
|
||||||
--replace "''${prefix}" ""
|
--replace "''${prefix}/" ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Reimplementation of the DFT-D3 program";
|
description = "Reimplementation of the DFT-D3 program";
|
||||||
license = with licenses; [lgpl3Only gpl3Only];
|
license = with licenses; [ lgpl3Only gpl3Only ];
|
||||||
homepage = "https://github.com/dftd3/simple-dftd3";
|
homepage = "https://github.com/dftd3/simple-dftd3";
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = [ maintainers.sheepforce ];
|
maintainers = [ maintainers.sheepforce ];
|
||||||
|
|
Loading…
Reference in a new issue