indicator-application: move PKG_CONFIG env variables into env for structuredAttrs
This commit is contained in:
committed by
Stefan Frijters
parent
18494bd2d4
commit
faeae30ccc
@@ -59,8 +59,10 @@ stdenv.mkDerivation rec {
|
||||
"localstatedir=\${TMPDIR}"
|
||||
];
|
||||
|
||||
PKG_CONFIG_SYSTEMD_SYSTEMDUSERUNITDIR = "$(out)/lib/systemd/user";
|
||||
PKG_CONFIG_INDICATOR3_0_4_INDICATORDIR = "$(out)/lib/indicators3/7/";
|
||||
env = {
|
||||
PKG_CONFIG_SYSTEMD_SYSTEMDUSERUNITDIR = "$(out)/lib/systemd/user";
|
||||
PKG_CONFIG_INDICATOR3_0_4_INDICATORDIR = "$(out)/lib/indicators3/7/";
|
||||
};
|
||||
|
||||
# Upstart is not used in NixOS
|
||||
postFixup = ''
|
||||
|
||||
Reference in New Issue
Block a user