cool-retro-term: Use qt5's own mkDerivation
This commit is contained in:
parent
b5f5c97f7d
commit
70eae83043
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{ stdenv, fetchFromGitHub, qtbase, qtquick1, qmltermwidget
|
||||
{ stdenv, fetchFromGitHub, mkDerivation, qtbase, qtquick1, qmltermwidget
|
||||
, qtquickcontrols, qtgraphicaleffects, qmake }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
mkDerivation rec {
|
||||
version = "1.1.1";
|
||||
name = "cool-retro-term-${version}";
|
||||
|
||||
|
|
Loading…
Reference in a new issue