st: refactor deprecated `isNull' function
This commit is contained in:
parent
01c3847b9c
commit
bd2cef064c
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
let patches' = if isNull patches then [] else patches;
|
let patches' = if patches == null then [] else patches;
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "st-0.7";
|
name = "st-0.7";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user