Loading pkgs/applications/science/electronics/degate/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ fetchFromGitHub, fetchpatch, cmake, boost, boost183, qtbase, qtimageformats, qttools, Loading @@ -12,7 +12,7 @@ }: let boost_static = boost.override { enableStatic = true; }; boost_static = boost183.override { enableStatic = true; }; in stdenv.mkDerivation rec { Loading Loading
pkgs/applications/science/electronics/degate/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ fetchFromGitHub, fetchpatch, cmake, boost, boost183, qtbase, qtimageformats, qttools, Loading @@ -12,7 +12,7 @@ }: let boost_static = boost.override { enableStatic = true; }; boost_static = boost183.override { enableStatic = true; }; in stdenv.mkDerivation rec { Loading