treewide: remove redundant rec
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchgit, autoconf, sbcl, lispPackages, xdpyinfo, texinfo4
|
||||
, makeWrapper }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation {
|
||||
name = "clfswm";
|
||||
|
||||
src = fetchgit {
|
||||
|
||||
Reference in New Issue
Block a user