Fix src for cpufrequtils
This commit is contained in:
parent
e5f631883e
commit
7daf1b9487
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
assert stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux";
|
||||
|
||||
stdenv.mkDerivation {
|
||||
stdenv.mkDerivation rec {
|
||||
name = "cpufrequtils-008";
|
||||
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue