treewide: remove redundant rec
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
# dependencies on a Ruby interpreter etc.
|
||||
# - We for the moment do not package them to keep the dependencies slim.
|
||||
# Probably, shall package the newer tools as skktools-extra in the future.
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation {
|
||||
pname = "skktools";
|
||||
version = "1.3.3";
|
||||
src = fetchFromGitHub {
|
||||
|
||||
Reference in New Issue
Block a user