gnuradio: use addEnvHooks
This commit is contained in:
parent
d01cb0c1ea
commit
bfb1db7a75
@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
|
|||||||
addGRCBlocksPath() {
|
addGRCBlocksPath() {
|
||||||
addToSearchPath GRC_BLOCKS_PATH $1/share/gnuradio/grc/blocks
|
addToSearchPath GRC_BLOCKS_PATH $1/share/gnuradio/grc/blocks
|
||||||
}
|
}
|
||||||
envHooks+=(addGRCBlocksPath)
|
addEnvHooks "$targetOffset" addGRCBlocksPath
|
||||||
'';
|
'';
|
||||||
|
|
||||||
setupHook = [ grcSetupHook ];
|
setupHook = [ grcSetupHook ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user