me
/
guix
Archived
1
0
Fork 0

gnu: srt: Fix pkg-config files.

* gnu/packages/networking.scm (srt)[arguments]: Use relative
CMAKE_INSTALL_INCLUDEDIR.  Remove redundant #:configure-flags.
master
Marius Bakke 2020-10-24 15:42:23 +02:00
parent 3bbadc45d6
commit b6d3d7a419
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 6 deletions

View File

@ -325,12 +325,7 @@ supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://.")
(list
(string-append "-DCMAKE_INSTALL_BINDIR="
(assoc-ref %outputs "out") "/bin")
(string-append "-DCMAKE_INSTALL_LIBDIR="
(assoc-ref %outputs "out") "/lib")
(string-append "-DINSTALL_SHARED_DIR="
(assoc-ref %outputs "out") "/lib")
(string-append "-DCMAKE_INSTALL_INCLUDEDIR="
(assoc-ref %outputs "out") "/include")
"-DCMAKE_INSTALL_INCLUDEDIR=include"
"-DENABLE_STATIC=OFF"
"-DENABLE_UNITTESTS=ON")))
(native-inputs